![]() ![]() |
13.8:H313207 Provide navigation mechanism for better storage of Web navigation layout.Proper demonstrationThe example below is a service Web site that provided navigation linked tools. Proper example:
<DIV id="navigation">
[<A href="linkto/ex.jsp" id="link">on sale</A>][<A href="linkto/ex.jsp" id="link">share market</A>]
[<A href="linkto/ex.jsp" id="link">brief text</A>][<A href="linkto/ex.jsp" id="link">mail box</A>]
[<A href="linkto/ex.jsp" id="link">chat</A>]
</DIV>
End of example |